ConnectionTypeName
String (connection‑type-name)
None
Purpose
The ConnectionTypeName parameter specifies the name of the connection type, to control the Secure Sockets Layer (SSL) configuration of web‑based applications. This parameter enables application‑specific configuration of secure communications. For details, see "
If the ConnectionTypeName parameter does not have a specified connection type name, the value of the
The following parameter and value example specifies the connection type name for all web‑based applications on the node.
ConnectionTypeName=Milly
However, you can specify the setting in the format <application-name>_ConnectionTypeName to affect only a specific application; for example, to apply the connection type name to a REST application called RestServer, specify the following.
RestServer_ConnectionTypeName=Molly
The connection type names specified in the [WebOptions] section could be as follows.
[WebOptions] ConnectionTypeName=Milly RestServer_ConnectionTypeName=Molly AnotherApp_ConnectionTypeName=Mandy
The application name is case‑sensitive, and Jade does not support spaces in application names.
2022.0.05 and higher